Package-level declarations

Types

Link copied to clipboard
interface IdeServicesPluginRepositoryService : PluginRepositoryService
Link copied to clipboard
class Logger(cls: Class<*>)
Link copied to clipboard
class Version(val major: Int = 0, val minor: Int = 0, val patch: Int = 0, val version: String = "") : Comparable<Version>

Properties

Link copied to clipboard
val FileSystemLocation.asPath: Path
Link copied to clipboard
val PlatformJavaVersions: Map<Version, JavaVersion>
Link copied to clipboard

Bundled Kotlin versions for supported target platforms, synchronized with IntelliJ Platform SDK Docs

Link copied to clipboard
val Project.settings: Settings

Functions

Link copied to clipboard
fun <T> Property<T>.isSpecified(): Boolean
Link copied to clipboard
fun FileCollection.platformPath(): Path

Retrieves the Path of the IntelliJ Platform with Configurations.INTELLIJ_PLATFORM configuration.